#contactInfoList{
    list-style-type: none;
	
}
#navItem{
	font-size: 20px;
}
.mainContainer{
	margin: auto;
	width: 100%;
	height: 500px;
	background-image: url(../images/background_contact.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
.tableContainer{
	margin: auto;
	width: 65%;
	padding-top: 100px;
	background: none;
	color: white;
	margin-bottom: 30px; 
}
.table{
    position: relative;
    width: auto;
	font-family: 'Merriweather', serif;
	font-size: 25px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
#listIcon{
    font-size: 40px;
    color: red;
    padding-top: 15px;
    padding-left: 30px;
}
.contactLinks:hover{
    transition: 0.3s;
    color: red;
}
h2{
	font-size: 50px
}
footer { 
    position: absolute;
    width:100%; 
    height:100px; 
	bottom: 0;
}
@media only screen and (min-width: 1100px){
	.mainContainer{
		margin: auto;
		width: 75%;
		height: 500px;
		background-image: url(../images/background_contact.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		margin-bottom: 30px;
	}
	.tableContainer{
		margin: auto;
		width: 50%;
		padding-top: 100px;
		padding-left: 100px;
		background: none;
		color: white;
	}
}
@media only screen and (max-width: 1700px){
	.titleContainer {
		background-color: #343A40;
		padding-left: 10px;
	}
	#title{
		font-family: 'Parisienne', cursive;
		font-size: 50px;
		color: white;
		text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
		text-align: left;
		padding-top: 50px;
	}
}